home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
Mac shareware
/
Education
/
RLaB
/
help
/
chol
< prev
next >
Wrap
Text File
|
1994-09-21
|
355b
|
14 lines
chol:
Syntax: chol( A )
Description:
Chol computes the Cholesky factorization of the input matrix.
The input matrix must be real symmetric positive definite, or
complex Hermitian positive definite. chol() produces an upper
triangular matrix [U], such that U' * U and A (the input) are
equal.
chol() use the LAPACK subroutine DPOTRF and ZPOTRF.